Expand description
WebSockets for Actix Web, without actors.
For usage, see documentation on handle()
.
Structs§
- Stream of messages from a WebSocket client, with continuations aggregated.
- Reason for closing the connection
- The error representing a closed websocket session
- Stream of messages from a WebSocket client.
- A handle into the websocket session.
- Response body for a WebSocket.
Enums§
- WebSocket message with any continuations aggregated together.
- Status code used to indicate why an endpoint is closing the WebSocket connection.
- A WebSocket continuation item.
- A WebSocket message.
- WebSocket protocol errors.
Functions§
- Begin handling websocket traffic